lisp/buff-menu.el (Buffer-menu--buffers): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 22 Apr 2011 18:49:58 +0000 (20:49 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 22 Apr 2011 18:49:58 +0000 (20:49 +0200)
lisp/ChangeLog
lisp/buff-menu.el

index 03fac58439a69bc3118b9fd8eab9275f739c2c18..db346d5188d39ea12ae187f32cdb143ccf9b3360 100644 (file)
@@ -1,3 +1,7 @@
+2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
+
+       * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
+
 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
 
        * play/mpuz.el (mpuz-silent): Doc fix.
index 19cc01c5144a6d7551de1ab288c60283ee8f37af..3454f416314a2e53c7bd49741aaa97a9199694f0 100644 (file)
@@ -116,7 +116,7 @@ Auto Revert Mode.")
 (defvar Buffer-menu--buffers nil
   "If non-nil, list of buffers shown in the current buffer-menu.
 This variable determines whether reverting the buffer lists only
-this buffers.  It affects both manual reverting and reverting by
+these buffers.  It affects both manual reverting and reverting by
 Auto Revert Mode.")
 (make-variable-buffer-local 'Buffer-menu--buffers)